home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Present…ry 5: (Reseller Edition) / Apple Reference & Presentations Library 5.0 (Reseller Edition).iso / 6-Developer Demos / Developer Demos-Gen. / Aldus PageMaker 4.0 Demo / Global Cast / Global Cast.rsrc / TEXT_1412.txt < prev    next >
Text File  |  1990-06-04  |  430b  |  16 lines

  1. √ü#macro to go to menu while paused
  2. if commanddown then skip 3
  3. call G11
  4. exit
  5. #go to menu:
  6. if thechar='m' then call D87
  7. if thechar='M' then call D87
  8. # COMMAND-Q WORKS ONLY IN TOUR ENGINE !!!
  9. if thechar='q' then call D88
  10. if thechar='Q' then call D88
  11. #advance 10 frames
  12. if thechar='a' then govar frame+10
  13. if thechar='A' then govar frame+10
  14. #back up 10 frames
  15. if thechar='b' then govar frame-10
  16. if thechar='B' then govar frame-10Àá